ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / MapLayerBase<T> Class / ItemsSource Property

In This Topic
    ItemsSource Property (MapLayerBase<T>)
    In This Topic
    Gets or sets a data source for the layer.
    Syntax
    'Declaration
     
    Public Property ItemsSource As String
    public string ItemsSource {get; set;}
    Remarks
    Data source should be GeoJSON object(s).
    See Also